notebook: Remove extra calls to gtk_notebook_pages_allocate()
authorBenjamin Otte <otte@redhat.com>
Sat, 19 Dec 2015 07:10:35 +0000 (08:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 11 Jan 2016 16:05:22 +0000 (17:05 +0100)
commitc03fed4840bb0b07fb950f46e20e8c6b7dbb7c3e
tree2dadd264da669c47f1a8bac7a345b746a3e0618c
parent33b6e30f68fd9a50cec90f0eabe9a84d1c83f9e9
notebook: Remove extra calls to gtk_notebook_pages_allocate()

The function is called during size_allocate() and doesn't need to be
called elsewhere, as all other callers call queue_resize() already.
gtk/gtknotebook.c